home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / recent1 / graburl.readme < prev    next >
Text File  |  1997-04-16  |  2KB  |  50 lines

  1. Short:    Utilities to fetch HTTP files. (15/04/97)
  2. Author:   emonds@jsp.umontreal.ca (Serge Emond)
  3. Uploader: emonds@jsp.umontreal.ca (Serge Emond)
  4. Type:     comm/www
  5.  
  6. Requires at least OS 3.0, rexxdossupport.library V2 and AmiTCP 4.0+.
  7. Rexxdossupport can be found on AmiNet (util/rexx/rexxdossupport.lha)
  8.  
  9. This archive contains executables for 68000.  Newest releases (including
  10. programs compiled for 020/030/040) can be found on:
  11.  
  12.     http://www.jsp.umontreal.ca/~emonds/GrabURL.html.
  13.  
  14. Contains 4 things:
  15. 1) GrabHTTP.   Can grab files using the HTTP protocol.  (ARexx host)
  16. 2) UrlManager. Keep a list of urls.  (ARexx host)
  17. 3) ScanHTML.   Scans an HTML file and creates a list of the urls
  18.                contained in it.
  19. 4) GrabURL.rexx.
  20.  
  21. The last one uses the 3 others to grab one or more files using HTTP.
  22.  
  23. It can collect files recursively using AmigaDOS patterns and has a lot of
  24. options.
  25.  
  26. GrabHTTP also has a small GUI indicating the progress of the download.
  27.  
  28. This is freeware.  It works without crashing on my system.
  29.  
  30. Comments are welcome.
  31.  
  32. Note:
  33. For those who sent me requests/bugs reports and are still waiting for
  34. updates, I'm very sorry but I really don't have much time to work on this.
  35. In 3-4 weeks from now, I should have the time to get back on V2.0.
  36. V2.0 is rewritten from scratch and will be a single executable with many
  37. new features.  Since then, the only modifications on V1.x will be minor bug
  38. fixes.
  39.  
  40. ---
  41. Partial change-list since last release:
  42.   GrabHTML 1.04
  43.     - "transfert" in texts is now "transfer" :P
  44.   ScanHTML 1.03
  45.     - Can now understand urls like "." & "..".
  46.   ScanHTML 1.04
  47.     - Now complains about ".." followed by something else than nothing
  48.       or than "/" but do not abort scanning.  This is a quick and dirty
  49.       patch but I don't have the time to do more :)
  50.